#234201

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

Shades of Turtle Green #234201

Tints of Turtle Green #234201

Color information

#234201 (or 0x234201) is unknown color: approx Turtle Green. HEX triplet: 23, 42 and 01. RGB value is (35,66,1). Sum of RGB (Red+Green+Blue) = 35+66+1=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 66 (26.17% from 255 or 64.71% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 66 - color contains mainly: green. Hex color #234201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234201 is #DCBDFE. Grayscale: #313131. Windows color (decimal): -14466559 or 82467. OLE color: 82467.

HSL color Cylindrical-coordinate representation of color #234201: hue angle of 88.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #234201 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB35661-
CMYK0.4700.980.74
HSL88.62º97.01%13.14%-
HSV(B)88.62º98.48%25.88%-
XYZ2.654.260.71-
YUV49.32100.73117.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.31%
GREEN value IS 66 (26.17% from 255) = 64.71%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=34.31%
G=64.71%
B=0.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal356610.4700.980.7488.6297.0113.14
Hex234212F0624A5961d
Octal43102157014211213114115
Binary10001110000101101111011000101001010101100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234201; }

 p { color: rgb(35,66,1); }

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

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

 a { background-color: rgb(35,66,1); }

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

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

 span { border-color: rgb(35,66,1); }

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