Html Css Color HEX #25833C Japanese Laurel

📋 copy color: '#25833C'

red 37 ◦ green 131 ◦ blue 60

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

Shades of Japanese Laurel #25833C

Tints of Japanese Laurel #25833C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.46%

 BLUE value IS 60 (23.83% from 255) = 26.32%

R = 16.23%
G = 57.46%
B = 26.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#25833C (or 0x25833C) is known color: Japanese Laurel. HEX triplet: 25, 83 and 3C. RGB value is (37,131,60). Sum of RGB (Red+Green+Blue) = 37+131+60=228 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.23% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #25833C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25833C is #DA7CC3. Grayscale: #5E5E5E. Windows color (decimal): -14318788 or 3965733. OLE color: 3965733.

HSL color Cylindrical-coordinate representation of color #25833C: hue angle of 134.68º 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 #25833C is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 131 60 -
CMYK 0.72 0 0.54 0.49
HSL 134.68º 0.56% 0.33% -
HSV(B) 134.68º 0.72% 0.51% -
XYZ 9.69 16.95 7.04 -
YUV 94.8 108.36 86.77 -
System Red Green Blue C M Y K H S L
Decimal 37 131 60 0.72 0 0.54 0.49 134.68 0.56 0.33
Hex 25 83 3C 48 0 36 31 87 38 21
Octal 45 203 74 110 0 66 61 207 70 41
Binary 100101 10000011 111100 1001000 0 110110 110001 10000111 111000 100001

Color Harmonies of #25833C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25833C

Black with #25833C

Text Example


Text Example

White with #25833C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25833C; }

 p { color: rgb(37,131,60); }

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

background-color css

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

 a { background-color: rgb(37,131,60); }

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

border-color css

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

 span { border-color: rgb(37,131,60); }

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