Html Css Color HEX #264802 Turtle Green

📋 copy color: '#264802'

red 38 ◦ green 72 ◦ blue 2

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

Shades of Turtle Green #264802

Tints of Turtle Green #264802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 64.29%

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

R = 33.93%
G = 64.29%
B = 1.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#264802 (or 0x264802) is known color: Turtle Green. HEX triplet: 26, 48 and 02. RGB value is (38,72,2). Sum of RGB (Red+Green+Blue) = 38+72+2=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #264802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264802 is #D9B7FD. Grayscale: #363636. Windows color (decimal): -14268414 or 149542. OLE color: 149542.

HSL color Cylindrical-coordinate representation of color #264802: hue angle of 89.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #264802 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 72 2 -
CMYK 0.47 0 0.97 0.72
HSL 89.14º 0.95% 0.15% -
HSV(B) 89.14º 0.97% 0.28% -
XYZ 3.13 5.05 0.87 -
YUV 53.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 38 72 2 0.47 0 0.97 0.72 89.14 0.95 0.15
Hex 26 48 2 2F 0 61 48 59 5F F
Octal 46 110 2 57 0 141 110 131 137 17
Binary 100110 1001000 10 101111 0 1100001 1001000 1011001 1011111 1111

Color Harmonies of #264802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264802

Black with #264802

Text Example


Text Example

White with #264802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264802; }

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

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

background-color css

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

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

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

border-color css

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

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

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