Html Css Color HEX #253202 Turtle Green

📋 copy color: '#253202'

red 37 ◦ green 50 ◦ blue 2

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

Shades of Turtle Green #253202

Tints of Turtle Green #253202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 56.18%

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

R = 41.57%
G = 56.18%
B = 2.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.80

RGB Variations

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

Color information

#253202 (or 0x253202) is known color: Turtle Green. HEX triplet: 25, 32 and 02. RGB value is (37,50,2). Sum of RGB (Red+Green+Blue) = 37+50+2=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #253202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253202 is #DACDFD. Grayscale: #282828. Windows color (decimal): -14339582 or 143909. OLE color: 143909.

HSL color Cylindrical-coordinate representation of color #253202: hue angle of 76.25º 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 #253202 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 50 2 -
CMYK 0.26 0 0.96 0.80
HSL 76.25º 0.92% 0.1% -
HSV(B) 76.25º 0.96% 0.2% -
XYZ 1.91 2.68 0.47 -
YUV 40.64 106.19 125.4 -
System Red Green Blue C M Y K H S L
Decimal 37 50 2 0.26 0 0.96 0.80 76.25 0.92 0.1
Hex 25 32 2 1A 0 60 50 4C 5C A
Octal 45 62 2 32 0 140 120 114 134 12
Binary 100101 110010 10 11010 0 1100000 1010000 1001100 1011100 1010

Color Harmonies of #253202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253202

Black with #253202

Text Example


Text Example

White with #253202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253202; }

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

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

background-color css

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

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

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

border-color css

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

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

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