Html Css Color HEX #264D02 Turtle Green

📋 copy color: '#264D02'

red 38 ◦ green 77 ◦ blue 2

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

Shades of Turtle Green #264D02

Tints of Turtle Green #264D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 65.81%

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

R = 32.48%
G = 65.81%
B = 1.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#264D02 (or 0x264D02) is known color: Turtle Green. HEX triplet: 26, 4D and 02. RGB value is (38,77,2). Sum of RGB (Red+Green+Blue) = 38+77+2=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 77 (30.47% from 255 or 65.81% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 77 - color contains mainly: green. Hex color #264D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #264D02 is #D9B2FD. Grayscale: #393939. Windows color (decimal): -14267134 or 150822. OLE color: 150822.

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

Color convert

RGB 38 77 2 -
CMYK 0.51 0 0.97 0.70
HSL 91.2º 0.95% 0.15% -
HSV(B) 91.2º 0.97% 0.3% -
XYZ 3.46 5.72 0.98 -
YUV 56.79 97.08 114.6 -
System Red Green Blue C M Y K H S L
Decimal 38 77 2 0.51 0 0.97 0.70 91.2 0.95 0.15
Hex 26 4D 2 33 0 61 46 5B 5F F
Octal 46 115 2 63 0 141 106 133 137 17
Binary 100110 1001101 10 110011 0 1100001 1000110 1011011 1011111 1111

Color Harmonies of #264D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264D02

Black with #264D02

Text Example


Text Example

White with #264D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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