Html Css Color HEX #253302 Turtle Green

📋 copy color: '#253302'

red 37 ◦ green 51 ◦ blue 2

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

Shades of Turtle Green #253302

Tints of Turtle Green #253302

RGB

 RED value IS 37 (14.84% from 255) = 41.11%

 GREEN value IS 51 (20.31% from 255) = 56.67%

 BLUE value IS 2 (1.17% from 255) = 2.22%

R = 41.11%
G = 56.67%
B = 2.22%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.8

RGB Variations

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

Color information

#253302 (or 0x253302) is known color: Turtle Green. HEX triplet: 25, 33 and 02. RGB value is (37,51,2). Sum of RGB (Red+Green+Blue) = 37+51+2=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #253302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253302 is #DACCFD. Grayscale: #292929. Windows color (decimal): -14339326 or 144165. OLE color: 144165.

HSL color Cylindrical-coordinate representation of color #253302: hue angle of 77.14º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #253302 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 51 2 -
CMYK 0.27 0 0.96 0.8
HSL 77.14º 0.92% 0.1% -
HSV(B) 77.14º 0.96% 0.2% -
XYZ 1.96 2.77 0.49 -
YUV 41.23 105.86 124.98 -
System Red Green Blue C M Y K H S L
Decimal 37 51 2 0.27 0 0.96 0.8 77.14 0.92 0.1
Hex 25 33 2 1B 0 60 50 4D 5C A
Octal 45 63 2 33 0 140 120 115 134 12
Binary 100101 110011 10 11011 0 1100000 1010000 1001101 1011100 1010

Color Harmonies of #253302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253302

Black with #253302

Text Example


Text Example

White with #253302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253302; }

 p { color: rgb(37,51,2); }

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

background-color css

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

 a { background-color: rgb(37,51,2); }

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

border-color css

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

 span { border-color: rgb(37,51,2); }

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