Html Css Color HEX #264A02 Turtle Green

📋 copy color: '#264A02'

red 38 ◦ green 74 ◦ blue 2

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

Shades of Turtle Green #264A02

Tints of Turtle Green #264A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 64.91%

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

R = 33.33%
G = 64.91%
B = 1.75%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#264A02 (or 0x264A02) is known color: Turtle Green. HEX triplet: 26, 4A and 02. RGB value is (38,74,2). Sum of RGB (Red+Green+Blue) = 38+74+2=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 74 (29.30% from 255 or 64.91% from 114); Blue value is 2 (1.17% from 255 or 1.75% from 114); Max value from RGB is 74 - color contains mainly: green. Hex color #264A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264A02 is #D9B5FD. Grayscale: #373737. Windows color (decimal): -14267902 or 150054. OLE color: 150054.

HSL color Cylindrical-coordinate representation of color #264A02: hue angle of 90º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #264A02 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.

Color convert

RGB 38 74 2 -
CMYK 0.49 0 0.97 0.71
HSL 90º 0.95% 0.15% -
HSV(B) 90º 0.97% 0.29% -
XYZ 3.26 5.31 0.91 -
YUV 55.03 98.07 115.85 -
System Red Green Blue C M Y K H S L
Decimal 38 74 2 0.49 0 0.97 0.71 90 0.95 0.15
Hex 26 4A 2 31 0 61 47 5A 5F F
Octal 46 112 2 61 0 141 107 132 137 17
Binary 100110 1001010 10 110001 0 1100001 1000111 1011010 1011111 1111

Color Harmonies of #264A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264A02

Black with #264A02

Text Example


Text Example

White with #264A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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