Html Css Color HEX #253E01 Turtle Green

📋 copy color: '#253E01'

red 37 ◦ green 62 ◦ blue 1

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

Shades of Turtle Green #253E01

Tints of Turtle Green #253E01

RGB

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

 GREEN value IS 62 (24.61% from 255) = 62%

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

R = 37%
G = 62%
B = 1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.76

RGB Variations

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

Color information

#253E01 (or 0x253E01) is known color: Turtle Green. HEX triplet: 25, 3E and 01. RGB value is (37,62,1). Sum of RGB (Red+Green+Blue) = 37+62+1=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 62 (24.61% from 255 or 62% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 62 - color contains mainly: green. Hex color #253E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253E01 is #DAC1FE. Grayscale: #2F2F2F. Windows color (decimal): -14336511 or 81445. OLE color: 81445.

HSL color Cylindrical-coordinate representation of color #253E01: hue angle of 84.59º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #253E01 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.

Color convert

RGB 37 62 1 -
CMYK 0.40 0 0.98 0.76
HSL 84.59º 0.97% 0.12% -
HSV(B) 84.59º 0.98% 0.24% -
XYZ 2.49 3.84 0.64 -
YUV 47.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 37 62 1 0.40 0 0.98 0.76 84.59 0.97 0.12
Hex 25 3E 1 28 0 62 4C 55 61 C
Octal 45 76 1 50 0 142 114 125 141 14
Binary 100101 111110 1 101000 0 1100010 1001100 1010101 1100001 1100

Color Harmonies of #253E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253E01

Black with #253E01

Text Example


Text Example

White with #253E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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