Html Css Color HEX #234701 Turtle Green

📋 copy color: '#234701'

red 35 ◦ green 71 ◦ blue 1

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

Shades of Turtle Green #234701

Tints of Turtle Green #234701

RGB

 RED value IS 35 (14.06% from 255) = 32.71%

 GREEN value IS 71 (28.13% from 255) = 66.36%

 BLUE value IS 1 (0.78% from 255) = 0.93%

R = 32.71%
G = 66.36%
B = 0.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#234701 (or 0x234701) is known color: Turtle Green. HEX triplet: 23, 47 and 01. RGB value is (35,71,1). Sum of RGB (Red+Green+Blue) = 35+71+1=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 71 (28.12% from 255 or 66.36% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 71 - color contains mainly: green. Hex color #234701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234701 is #DCB8FE. Grayscale: #343434. Windows color (decimal): -14465279 or 83747. OLE color: 83747.

HSL color Cylindrical-coordinate representation of color #234701: hue angle of 90.86º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #234701 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 35 71 1 -
CMYK 0.51 0 0.99 0.72
HSL 90.86º 0.97% 0.14% -
HSV(B) 90.86º 0.99% 0.28% -
XYZ 2.95 4.87 0.81 -
YUV 52.26 99.07 115.69 -
System Red Green Blue C M Y K H S L
Decimal 35 71 1 0.51 0 0.99 0.72 90.86 0.97 0.14
Hex 23 47 1 33 0 63 48 5B 61 E
Octal 43 107 1 63 0 143 110 133 141 16
Binary 100011 1000111 1 110011 0 1100011 1001000 1011011 1100001 1110

Color Harmonies of #234701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234701

Black with #234701

Text Example


Text Example

White with #234701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234701; }

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

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

background-color css

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

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

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

border-color css

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

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

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