#264203

Color #264203 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #264203

Tints of Turtle Green #264203

Color information

#264203 (or 0x264203) is unknown color: approx Turtle Green. HEX triplet: 26, 42 and 03. RGB value is (38,66,3). Sum of RGB (Red+Green+Blue) = 38+66+3=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 66 (26.17% from 255 or 61.68% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 66 - color contains mainly: green. Hex color #264203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #264203 is #D9BDFC. Grayscale: #323232. Windows color (decimal): -14269949 or 213542. OLE color: 213542.

HSL color Cylindrical-coordinate representation of color #264203: hue angle of 86.67º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #264203 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.74.

Color convert

RGB38663-
CMYK0.4200.950.74
HSL86.67º91.3%13.53%-
HSV(B)86.67º95.45%25.88%-
XYZ2.764.320.77-
YUV50.45101.22119.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 66 (26.17% from 255) = 61.68%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=35.51%
G=61.68%
B=2.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal386630.4200.950.7486.6791.313.53
Hex264232A05F4A575be
Octal46102352013711212713316
Binary100110100001011101010010111111001010101011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264203; }

 p { color: rgb(38,66,3); }

 H1.HeaderClassName
 {
   color: #264203;
 }
 .AnyTagClassName
 {
   color: #264203;
 }
</style>
background-color css

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

 a { background-color: rgb(38,66,3); }

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

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

 span { border-color: rgb(38,66,3); }

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