Html Css Color HEX #262B06 Green Waterloo

📋 copy color: '#262B06'

red 38 ◦ green 43 ◦ blue 6

#262B06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Waterloo #262B06

Tints of Green Waterloo #262B06

RGB

 RED value IS 38 (15.23% from 255) = 43.68%

 GREEN value IS 43 (17.19% from 255) = 49.43%

 BLUE value IS 6 (2.73% from 255) = 6.9%

R = 43.68%
G = 49.43%
B = 6.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.83

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#262B06 (or 0x262B06) is known color: Green Waterloo. HEX triplet: 26, 2B and 06. RGB value is (38,43,6). Sum of RGB (Red+Green+Blue) = 38+43+6=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 43 (17.19% from 255 or 49.43% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 43 - color contains mainly: green. Hex color #262B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262B06 is #D9D4F9. Grayscale: #252525. Windows color (decimal): -14275834 or 404262. OLE color: 404262.

HSL color Cylindrical-coordinate representation of color #262B06: hue angle of 68.11º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #262B06 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.83.

Color convert

RGB 38 43 6 -
CMYK 0.12 0 0.86 0.83
HSL 68.11º 0.76% 0.1% -
HSV(B) 68.11º 0.86% 0.17% -
XYZ 1.7 2.15 0.5 -
YUV 37.29 110.34 128.51 -
System Red Green Blue C M Y K H S L
Decimal 38 43 6 0.12 0 0.86 0.83 68.11 0.76 0.1
Hex 26 2B 6 C 0 56 53 44 4C A
Octal 46 53 6 14 0 126 123 104 114 12
Binary 100110 101011 110 1100 0 1010110 1010011 1000100 1001100 1010

Color Harmonies of #262B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262B06

Black with #262B06

Text Example


Text Example

White with #262B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262B06; }

 p { color: rgb(38,43,6); }

 H1.HeaderClassName
 {
   color: #262B06;
 }
 .AnyTagClassName
 {
   color: #262B06;
 }
</style>

background-color css

<style>
 a { background-color: #262B06; }

 a { background-color: rgb(38,43,6); }

 div.DivClassName
 {
   background-color: #262B06;
 }
 .BgClassName
 {
   background-color: #262B06;
 }
</style>

border-color css

<style>
 span { border-color: #262B06; }

 span { border-color: rgb(38,43,6); }

 td.TdClassName
 {
   border-color: #262B06;
 }
 .TagClassName
 {
   border-color: #262B06;
 }
</style>