Html Css Color HEX #258233 Japanese Laurel

📋 copy color: '#258233'

red 37 ◦ green 130 ◦ blue 51

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

Shades of Japanese Laurel #258233

Tints of Japanese Laurel #258233

RGB

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

 GREEN value IS 130 (51.17% from 255) = 59.63%

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

R = 16.97%
G = 59.63%
B = 23.39%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#258233 (or 0x258233) is known color: Japanese Laurel. HEX triplet: 25, 82 and 33. RGB value is (37,130,51). Sum of RGB (Red+Green+Blue) = 37+130+51=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #258233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #258233 is #DA7DCC. Grayscale: #5D5D5D. Windows color (decimal): -14319053 or 3375653. OLE color: 3375653.

HSL color Cylindrical-coordinate representation of color #258233: hue angle of 129.03º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258233 is Cyan = 0.72, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 130 51 -
CMYK 0.72 0 0.61 0.49
HSL 129.03º 0.56% 0.33% -
HSV(B) 129.03º 0.72% 0.51% -
XYZ 9.34 16.6 5.84 -
YUV 93.19 104.19 87.92 -
System Red Green Blue C M Y K H S L
Decimal 37 130 51 0.72 0 0.61 0.49 129.03 0.56 0.33
Hex 25 82 33 48 0 3D 31 81 38 21
Octal 45 202 63 110 0 75 61 201 70 41
Binary 100101 10000010 110011 1001000 0 111101 110001 10000001 111000 100001

Color Harmonies of #258233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #258233

Black with #258233

Text Example


Text Example

White with #258233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #258233; }

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

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

background-color css

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

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

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

border-color css

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

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

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