Html Css Color HEX #253501 Turtle Green

📋 copy color: '#253501'

red 37 ◦ green 53 ◦ blue 1

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

Shades of Turtle Green #253501

Tints of Turtle Green #253501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 58.24%

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

R = 40.66%
G = 58.24%
B = 1.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#253501 (or 0x253501) is known color: Turtle Green. HEX triplet: 25, 35 and 01. RGB value is (37,53,1). Sum of RGB (Red+Green+Blue) = 37+53+1=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #253501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253501 is #DACAFE. Grayscale: #2A2A2A. Windows color (decimal): -14338815 or 79141. OLE color: 79141.

HSL color Cylindrical-coordinate representation of color #253501: hue angle of 78.46º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #253501 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 37 53 1 -
CMYK 0.30 0 0.98 0.79
HSL 78.46º 0.96% 0.11% -
HSV(B) 78.46º 0.98% 0.21% -
XYZ 2.04 2.94 0.49 -
YUV 42.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 37 53 1 0.30 0 0.98 0.79 78.46 0.96 0.11
Hex 25 35 1 1E 0 62 4F 4E 60 B
Octal 45 65 1 36 0 142 117 116 140 13
Binary 100101 110101 1 11110 0 1100010 1001111 1001110 1100000 1011

Color Harmonies of #253501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253501

Black with #253501

Text Example


Text Example

White with #253501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253501; }

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

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

background-color css

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

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

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

border-color css

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

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

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