Html Css Color HEX #264402 Turtle Green

📋 copy color: '#264402'

red 38 ◦ green 68 ◦ blue 2

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

Shades of Turtle Green #264402

Tints of Turtle Green #264402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 62.96%

 BLUE value IS 2 (1.17% from 255) = 1.85%

R = 35.19%
G = 62.96%
B = 1.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#264402 (or 0x264402) is known color: Turtle Green. HEX triplet: 26, 44 and 02. RGB value is (38,68,2). Sum of RGB (Red+Green+Blue) = 38+68+2=108 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.19% from 108); Green value is 68 (26.95% from 255 or 62.96% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 68 - color contains mainly: green. Hex color #264402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264402 is #D9BBFD. Grayscale: #333333. Windows color (decimal): -14269438 or 148518. OLE color: 148518.

HSL color Cylindrical-coordinate representation of color #264402: hue angle of 87.27º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #264402 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 38 68 2 -
CMYK 0.44 0 0.97 0.73
HSL 87.27º 0.94% 0.14% -
HSV(B) 87.27º 0.97% 0.27% -
XYZ 2.88 4.55 0.78 -
YUV 51.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 38 68 2 0.44 0 0.97 0.73 87.27 0.94 0.14
Hex 26 44 2 2C 0 61 49 57 5E E
Octal 46 104 2 54 0 141 111 127 136 16
Binary 100110 1000100 10 101100 0 1100001 1001001 1010111 1011110 1110

Color Harmonies of #264402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264402

Black with #264402

Text Example


Text Example

White with #264402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264402; }

 p { color: rgb(38,68,2); }

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

background-color css

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

 a { background-color: rgb(38,68,2); }

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

border-color css

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

 span { border-color: rgb(38,68,2); }

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