Html Css Color HEX #253004 Turtle Green

📋 copy color: '#253004'

red 37 ◦ green 48 ◦ blue 4

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

Shades of Turtle Green #253004

Tints of Turtle Green #253004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 53.93%

 BLUE value IS 4 (1.95% from 255) = 4.49%

R = 41.57%
G = 53.93%
B = 4.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.81

RGB Variations

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

Color information

#253004 (or 0x253004) is known color: Turtle Green. HEX triplet: 25, 30 and 04. RGB value is (37,48,4). Sum of RGB (Red+Green+Blue) = 37+48+4=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 48 (19.14% from 255 or 53.93% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 48 - color contains mainly: green. Hex color #253004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253004 is #DACFFB. Grayscale: #272727. Windows color (decimal): -14340092 or 274469. OLE color: 274469.

HSL color Cylindrical-coordinate representation of color #253004: hue angle of 75º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #253004 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 48 4 -
CMYK 0.23 0 0.92 0.81
HSL 75º 0.85% 0.1% -
HSV(B) 75º 0.92% 0.19% -
XYZ 1.84 2.52 0.5 -
YUV 39.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 37 48 4 0.23 0 0.92 0.81 75 0.85 0.1
Hex 25 30 4 17 0 5C 51 4B 55 A
Octal 45 60 4 27 0 134 121 113 125 12
Binary 100101 110000 100 10111 0 1011100 1010001 1001011 1010101 1010

Color Harmonies of #253004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253004

Black with #253004

Text Example


Text Example

White with #253004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253004; }

 p { color: rgb(37,48,4); }

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

background-color css

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

 a { background-color: rgb(37,48,4); }

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

border-color css

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

 span { border-color: rgb(37,48,4); }

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