Html Css Color HEX #267A25 Japanese Laurel

📋 copy color: '#267A25'

red 38 ◦ green 122 ◦ blue 37

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

Shades of Japanese Laurel #267A25

Tints of Japanese Laurel #267A25

RGB

 RED value IS 38 (15.23% from 255) = 19.29%

 GREEN value IS 122 (48.05% from 255) = 61.93%

 BLUE value IS 37 (14.84% from 255) = 18.78%

R = 19.29%
G = 61.93%
B = 18.78%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.70

 K value IS 0.52

RGB Variations

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

Color information

#267A25 (or 0x267A25) is known color: Japanese Laurel. HEX triplet: 26, 7A and 25. RGB value is (38,122,37). Sum of RGB (Red+Green+Blue) = 38+122+37=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 122 (48.05% from 255 or 61.93% from 197); Blue value is 37 (14.84% from 255 or 18.78% from 197); Max value from RGB is 122 - color contains mainly: green. Hex color #267A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267A25 is #D985DA. Grayscale: #575757. Windows color (decimal): -14255579 or 2456102. OLE color: 2456102.

HSL color Cylindrical-coordinate representation of color #267A25: hue angle of 119.29º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #267A25 is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.52.

Color convert

RGB 38 122 37 -
CMYK 0.69 0 0.70 0.52
HSL 119.29º 0.53% 0.31% -
HSV(B) 119.29º 0.7% 0.48% -
XYZ 8.09 14.46 4.12 -
YUV 87.19 99.67 92.91 -
System Red Green Blue C M Y K H S L
Decimal 38 122 37 0.69 0 0.70 0.52 119.29 0.53 0.31
Hex 26 7A 25 45 0 46 34 77 35 1F
Octal 46 172 45 105 0 106 64 167 65 37
Binary 100110 1111010 100101 1000101 0 1000110 110100 1110111 110101 11111

Color Harmonies of #267A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #267A25

Black with #267A25

Text Example


Text Example

White with #267A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #267A25; }

 p { color: rgb(38,122,37); }

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

background-color css

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

 a { background-color: rgb(38,122,37); }

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

border-color css

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

 span { border-color: rgb(38,122,37); }

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