Html Css Color HEX #253201 Turtle Green

📋 copy color: '#253201'

red 37 ◦ green 50 ◦ blue 1

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

Shades of Turtle Green #253201

Tints of Turtle Green #253201

RGB

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

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

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

R = 42.05%
G = 56.82%
B = 1.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.80

RGB Variations

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

Color information

#253201 (or 0x253201) is known color: Turtle Green. HEX triplet: 25, 32 and 01. RGB value is (37,50,1). Sum of RGB (Red+Green+Blue) = 37+50+1=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #253201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253201 is #DACDFE. Grayscale: #282828. Windows color (decimal): -14339583 or 78373. OLE color: 78373.

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

Color convert

RGB 37 50 1 -
CMYK 0.26 0 0.98 0.80
HSL 75.92º 0.96% 0.1% -
HSV(B) 75.92º 0.98% 0.2% -
XYZ 1.91 2.68 0.44 -
YUV 40.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 37 50 1 0.26 0 0.98 0.80 75.92 0.96 0.1
Hex 25 32 1 1A 0 62 50 4C 60 A
Octal 45 62 1 32 0 142 120 114 140 12
Binary 100101 110010 1 11010 0 1100010 1010000 1001100 1100000 1010

Color Harmonies of #253201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253201

Black with #253201

Text Example


Text Example

White with #253201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253201; }

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

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

background-color css

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

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

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

border-color css

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

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

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