Html Css Color HEX #262B13 Green Waterloo

📋 copy color: '#262B13'

red 38 ◦ green 43 ◦ blue 19

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

Shades of Green Waterloo #262B13

Tints of Green Waterloo #262B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19%

R = 38%
G = 43%
B = 19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.56

 K value IS 0.83

RGB Variations

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

Color information

#262B13 (or 0x262B13) is known color: Green Waterloo. HEX triplet: 26, 2B and 13. RGB value is (38,43,19). Sum of RGB (Red+Green+Blue) = 38+43+19=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 43 (17.19% from 255 or 43% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 43 - color contains mainly: green. Hex color #262B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262B13 is #D9D4EC. Grayscale: #262626. Windows color (decimal): -14275821 or 1256230. OLE color: 1256230.

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

Color convert

RGB 38 43 19 -
CMYK 0.12 0 0.56 0.83
HSL 72.5º 0.39% 0.12% -
HSV(B) 72.5º 0.56% 0.17% -
XYZ 1.78 2.19 0.94 -
YUV 38.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 38 43 19 0.12 0 0.56 0.83 72.5 0.39 0.12
Hex 26 2B 13 C 0 38 53 48 27 C
Octal 46 53 23 14 0 70 123 110 47 14
Binary 100110 101011 10011 1100 0 111000 1010011 1001000 100111 1100

Color Harmonies of #262B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262B13

Black with #262B13

Text Example


Text Example

White with #262B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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