Html Css Color HEX #234201 Turtle Green

📋 copy color: '#234201'

red 35 ◦ green 66 ◦ blue 1

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

Shades of Turtle Green #234201

Tints of Turtle Green #234201

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 value IS 0.47

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#234201 (or 0x234201) is known color: 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

RGB 35 66 1 -
CMYK 0.47 0 0.98 0.74
HSL 88.62º 0.97% 0.13% -
HSV(B) 88.62º 0.98% 0.26% -
XYZ 2.65 4.26 0.71 -
YUV 49.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 35 66 1 0.47 0 0.98 0.74 88.62 0.97 0.13
Hex 23 42 1 2F 0 62 4A 59 61 D
Octal 43 102 1 57 0 142 112 131 141 15
Binary 100011 1000010 1 101111 0 1100010 1001010 1011001 1100001 1101

Color Harmonies of #234201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234201

Black with #234201

Text Example


Text Example

White with #234201

Text Example


Text Example

HTML Codes & Css Web 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>