Html Css Color HEX #234501 Turtle Green

📋 copy color: '#234501'

red 35 ◦ green 69 ◦ blue 1

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

Shades of Turtle Green #234501

Tints of Turtle Green #234501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 65.71%

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

R = 33.33%
G = 65.71%
B = 0.95%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#234501 (or 0x234501) is known color: Turtle Green. HEX triplet: 23, 45 and 01. RGB value is (35,69,1). Sum of RGB (Red+Green+Blue) = 35+69+1=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 69 (27.34% from 255 or 65.71% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 69 - color contains mainly: green. Hex color #234501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234501 is #DCBAFE. Grayscale: #333333. Windows color (decimal): -14465791 or 83235. OLE color: 83235.

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

Color convert

RGB 35 69 1 -
CMYK 0.49 0 0.99 0.73
HSL 90º 0.97% 0.14% -
HSV(B) 90º 0.99% 0.27% -
XYZ 2.83 4.62 0.77 -
YUV 51.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 35 69 1 0.49 0 0.99 0.73 90 0.97 0.14
Hex 23 45 1 31 0 63 49 5A 61 E
Octal 43 105 1 61 0 143 111 132 141 16
Binary 100011 1000101 1 110001 0 1100011 1001001 1011010 1100001 1110

Color Harmonies of #234501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234501

Black with #234501

Text Example


Text Example

White with #234501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234501; }

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

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

background-color css

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

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

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

border-color css

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

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

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