Html Css Color HEX #264002 Turtle Green

📋 copy color: '#264002'

red 38 ◦ green 64 ◦ blue 2

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

Shades of Turtle Green #264002

Tints of Turtle Green #264002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 61.54%

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

R = 36.54%
G = 61.54%
B = 1.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#264002 (or 0x264002) is known color: Turtle Green. HEX triplet: 26, 40 and 02. RGB value is (38,64,2). Sum of RGB (Red+Green+Blue) = 38+64+2=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #264002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264002 is #D9BFFD. Grayscale: #313131. Windows color (decimal): -14270462 or 147494. OLE color: 147494.

HSL color Cylindrical-coordinate representation of color #264002: hue angle of 85.16º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #264002 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 64 2 -
CMYK 0.41 0 0.97 0.75
HSL 85.16º 0.94% 0.13% -
HSV(B) 85.16º 0.97% 0.25% -
XYZ 2.64 4.08 0.71 -
YUV 49.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 38 64 2 0.41 0 0.97 0.75 85.16 0.94 0.13
Hex 26 40 2 29 0 61 4B 55 5E D
Octal 46 100 2 51 0 141 113 125 136 15
Binary 100110 1000000 10 101001 0 1100001 1001011 1010101 1011110 1101

Color Harmonies of #264002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264002

Black with #264002

Text Example


Text Example

White with #264002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264002; }

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

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

background-color css

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

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

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

border-color css

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

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

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