Html Css Color HEX #258033 Japanese Laurel

📋 copy color: '#258033'

red 37 ◦ green 128 ◦ blue 51

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

Shades of Japanese Laurel #258033

Tints of Japanese Laurel #258033

RGB

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

 GREEN value IS 128 (50.39% from 255) = 59.26%

 BLUE value IS 51 (20.31% from 255) = 23.61%

R = 17.13%
G = 59.26%
B = 23.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#258033 (or 0x258033) is known color: Japanese Laurel. HEX triplet: 25, 80 and 33. RGB value is (37,128,51). Sum of RGB (Red+Green+Blue) = 37+128+51=216 (28% of max value = 765). Red value is 37 (14.84% from 255 or 17.13% from 216); Green value is 128 (50.39% from 255 or 59.26% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 128 - color contains mainly: green. Hex color #258033 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258033 is #DA7FCC. Grayscale: #5C5C5C. Windows color (decimal): -14319565 or 3375141. OLE color: 3375141.

HSL color Cylindrical-coordinate representation of color #258033: hue angle of 129.23º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #258033 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 128 51 -
CMYK 0.71 0 0.60 0.50
HSL 129.23º 0.55% 0.32% -
HSV(B) 129.23º 0.71% 0.5% -
XYZ 9.08 16.07 5.76 -
YUV 92.01 104.85 88.76 -
System Red Green Blue C M Y K H S L
Decimal 37 128 51 0.71 0 0.60 0.50 129.23 0.55 0.32
Hex 25 80 33 47 0 3C 32 81 37 20
Octal 45 200 63 107 0 74 62 201 67 40
Binary 100101 10000000 110011 1000111 0 111100 110010 10000001 110111 100000

Color Harmonies of #258033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258033

Black with #258033

Text Example


Text Example

White with #258033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258033; }

 p { color: rgb(37,128,51); }

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

background-color css

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

 a { background-color: rgb(37,128,51); }

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

border-color css

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

 span { border-color: rgb(37,128,51); }

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